[Root] / FluentAssertions Assembly / FluentAssertions.Streams Namespace / BufferedStreamAssertions<TAssertions> Class


In This Topic
    BufferedStreamAssertions<TAssertions> Class Properties
    In This Topic

    For a list of all members of this type, see BufferedStreamAssertions<TAssertions> members.

    Public Properties
     NameDescription
    Public PropertyProvides access to the FluentAssertions.Execution.AssertionChain that this assertion class was initialized with. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TAssertions>)
    Public PropertyGets the object whose value is being asserted. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TAssertions>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden.  Returns the type of the subject the assertion applies on. It should be a user-friendly name as it is included in the failure message.  
    Top
    See Also